home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / window_d.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  317b  |  10 lines

  1. #ifndef __WINDOW_D_H__
  2. #define __WINDOW_D_H__
  3.  
  4. extern Lisp_Object window_from_coordinates _P_((FRAME_PTR frame, int x,
  5.                                                 int y, int *part));
  6. extern _VOID_ check_frame_size _P_((FRAME_PTR frame, int *rows,
  7.                                     int *cols));
  8.  
  9. #endif
  10.